github.com/refraction-networking/utls.serverHelloMsg.secureRenegotiation (field)
8 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L918: if len(hs.serverHello.secureRenegotiation) != 0 {
handshake_client.go#L928: if !bytes.Equal(hs.serverHello.secureRenegotiation, expectedSecureRenegotiation[:]) {
handshake_client_tls13.go#L204: len(hs.serverHello.secureRenegotiation) != 0 ||
handshake_messages.go#L760: secureRenegotiation []byte
handshake_messages.go#L795: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L955: if !readUint8LengthPrefixed(&extData, &m.secureRenegotiation) {
u_public.go#L312: secureRenegotiation: shm.SecureRenegotiation,
u_public.go#L342: SecureRenegotiation: shm.secureRenegotiation,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |